Autogenerated HTML docs for v2.17.0-582-gccdcb 
diff --git a/git-log.txt b/git-log.txt index 5437f8b..90761f1 100644 --- a/git-log.txt +++ b/git-log.txt 
@@ -9,7 +9,7 @@  SYNOPSIS  --------  [verse] -'git log' [<options>] [<revision range>] [[\--] <path>...] +'git log' [<options>] [<revision range>] [[--] <path>...]    DESCRIPTION  ----------- @@ -90,13 +90,13 @@ 	ways to spell <revision range>, see the 'Specifying Ranges' 	section of linkgit:gitrevisions[7].   -[\--] <path>...:: +[--] <path>...:: 	Show only commits that are enough to explain how the files 	that match the specified paths came to be. See 'History 	Simplification' below for details and other simplification 	modes.  + -Paths may need to be prefixed with ``\-- '' to separate them from +Paths may need to be prefixed with `--` to separate them from  options or the revision range, when confusion arises.    include::rev-list-options.txt[] @@ -125,7 +125,7 @@  `git log --since="2 weeks ago" -- gitk`::   	Show the changes during the last two weeks to the file 'gitk'. -	The ``--'' is necessary to avoid confusion with the *branch* named +	The `--` is necessary to avoid confusion with the *branch* named 	'gitk'    `git log --name-status release..test`::